home *** CD-ROM | disk | FTP | other *** search
- object frmEncryptAES: TfrmEncryptAES
- Left = 456
- Top = 184
- Width = 418
- Height = 279
- Caption = 'frmEncryptAES'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pControls: TPanel
- Left = 0
- Top = 0
- Width = 410
- Height = 113
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object lvFileList: TListView
- Left = 6
- Top = 6
- Width = 275
- Height = 99
- Anchors = [akLeft, akTop, akRight]
- Columns = <
- item
- Width = 250
- end>
- SmallImages = frmFilzipMain.fzImages
- TabOrder = 2
- ViewStyle = vsReport
- end
- object btnEncrypt: TButton
- Left = 327
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'btnEncrypt'
- Default = True
- TabOrder = 0
- OnClick = btnEncryptClick
- end
- object btnCancel: TButton
- Left = 327
- Top = 36
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object btnAdd: TButton
- Left = 285
- Top = 8
- Width = 18
- Height = 48
- Anchors = [akTop, akRight]
- Caption = '+'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = btnAddClick
- end
- object btnDel: TButton
- Left = 285
- Top = 56
- Width = 18
- Height = 48
- Anchors = [akTop, akRight]
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = btnDelClick
- end
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 113
- Width = 410
- Height = 132
- ActivePage = tsOptions
- Align = alClient
- TabOrder = 1
- object tsOptions: TTabSheet
- Caption = 'tsOptions'
- object pPassphrase: TPanel
- Left = 4
- Top = 4
- Width = 394
- Height = 96
- Anchors = [akLeft, akTop, akRight]
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object lPassphrase: TLabel
- Left = 8
- Top = 8
- Width = 57
- Height = 13
- Caption = 'lPassphrase'
- end
- object lTypeAgain: TLabel
- Left = 8
- Top = 48
- Width = 53
- Height = 13
- Caption = 'lTypeAgain'
- end
- object edPassphrase: TEdit
- Left = 8
- Top = 24
- Width = 374
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- PasswordChar = '*'
- TabOrder = 0
- end
- object edTypeAgain: TEdit
- Left = 8
- Top = 64
- Width = 374
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- PasswordChar = '*'
- TabOrder = 1
- end
- end
- end
- end
- object fzRijndael: TRijndael
- CipherMode = CBC
- KeySize = Small128
- Left = 328
- Top = 72
- end
- object odAddArchives: TOpenDialog
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
- Left = 360
- Top = 72
- end
- end
-